go/types.Checker.versionErrorf (method)
10 uses
go/types (current package)
call.go#L93: check.versionErrorf(instErrPos, go1_21, "partially instantiated function in assignment")
call.go#L95: check.versionErrorf(instErrPos, go1_21, "implicitly instantiated function in assignment")
call.go#L552: check.versionErrorf(inNode(call.Fun, ix.lbrack), go1_18, "function instantiation")
call.go#L554: check.versionErrorf(inNode(call, call.Lparen), go1_18, "implicit function instantiation")
errors.go#L253: func (check *Checker) versionErrorf(at positioner, v goVersion, format string, args ...any) {
literals.go#L28: check.versionErrorf(lit, go1_13, "underscore in numeric literal")
literals.go#L36: check.versionErrorf(lit, go1_13, "binary literal")
literals.go#L40: check.versionErrorf(lit, go1_13, "0o/0O-style octal literal")
literals.go#L44: check.versionErrorf(lit, go1_13, "hexadecimal floating-point literal")
version.go#L62: check.versionErrorf(at, v, format, args...)